From 3e9799b15834bca3637a6de26db3be6058945ffc Mon Sep 17 00:00:00 2001 From: ache Date: Fri, 4 Aug 1995 03:02:30 +0000 Subject: Nuke one __FreeBSD__ left out Reviewed by: Submitted by: Obtained from: --- eBones/kdb_destroy/kdb_destroy.c | 6 +++--- eBones/usr.sbin/kdb_destroy/kdb_destroy.c | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'eBones') diff --git a/eBones/kdb_destroy/kdb_destroy.c b/eBones/kdb_destroy/kdb_destroy.c index 95206fe..ce59cc9 100644 --- a/eBones/kdb_destroy/kdb_destroy.c +++ b/eBones/kdb_destroy/kdb_destroy.c @@ -4,12 +4,12 @@ * . * * from: kdb_destroy.c,v 4.0 89/01/24 21:49:02 jtkohl Exp $ - * $Id: kdb_destroy.c,v 1.2 1995/01/25 19:57:27 ache Exp $ + * $Id: kdb_destroy.c,v 1.3 1995/08/02 23:08:14 pst Exp $ */ #ifndef lint static char rcsid[] = -"$Id: kdb_destroy.c,v 1.2 1995/01/25 19:57:27 ache Exp $"; +"$Id: kdb_destroy.c,v 1.3 1995/08/02 23:08:14 pst Exp $"; #endif lint #include @@ -33,7 +33,7 @@ main() #endif strcpy(dbm, DBM_FILE); -#ifdef __FreeBSD__ +#ifdef DB file = strcat(dbm, ".db"); #else strcpy(dbm1, DBM_FILE); diff --git a/eBones/usr.sbin/kdb_destroy/kdb_destroy.c b/eBones/usr.sbin/kdb_destroy/kdb_destroy.c index 95206fe..ce59cc9 100644 --- a/eBones/usr.sbin/kdb_destroy/kdb_destroy.c +++ b/eBones/usr.sbin/kdb_destroy/kdb_destroy.c @@ -4,12 +4,12 @@ * . * * from: kdb_destroy.c,v 4.0 89/01/24 21:49:02 jtkohl Exp $ - * $Id: kdb_destroy.c,v 1.2 1995/01/25 19:57:27 ache Exp $ + * $Id: kdb_destroy.c,v 1.3 1995/08/02 23:08:14 pst Exp $ */ #ifndef lint static char rcsid[] = -"$Id: kdb_destroy.c,v 1.2 1995/01/25 19:57:27 ache Exp $"; +"$Id: kdb_destroy.c,v 1.3 1995/08/02 23:08:14 pst Exp $"; #endif lint #include @@ -33,7 +33,7 @@ main() #endif strcpy(dbm, DBM_FILE); -#ifdef __FreeBSD__ +#ifdef DB file = strcat(dbm, ".db"); #else strcpy(dbm1, DBM_FILE); -- cgit v1.1