summaryrefslogtreecommitdiffstats
path: root/eBones
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-08-04 03:02:30 +0000
committerache <ache@FreeBSD.org>1995-08-04 03:02:30 +0000
commit3e9799b15834bca3637a6de26db3be6058945ffc (patch)
tree3b36125cb0c632ef1c6892fdbc3c1ec7fa688a6f /eBones
parent6fb1f6cbac0cd0b1de6f08086cc289eeba712bf3 (diff)
downloadFreeBSD-src-3e9799b15834bca3637a6de26db3be6058945ffc.zip
FreeBSD-src-3e9799b15834bca3637a6de26db3be6058945ffc.tar.gz
Nuke one __FreeBSD__ left out
Reviewed by: Submitted by: Obtained from:
Diffstat (limited to 'eBones')
-rw-r--r--eBones/kdb_destroy/kdb_destroy.c6
-rw-r--r--eBones/usr.sbin/kdb_destroy/kdb_destroy.c6
2 files changed, 6 insertions, 6 deletions
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 @@
* <Copyright.MIT>.
*
* 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 <strings.h>
@@ -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 @@
* <Copyright.MIT>.
*
* 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 <strings.h>
@@ -33,7 +33,7 @@ main()
#endif
strcpy(dbm, DBM_FILE);
-#ifdef __FreeBSD__
+#ifdef DB
file = strcat(dbm, ".db");
#else
strcpy(dbm1, DBM_FILE);
OpenPOWER on IntegriCloud