summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1997-02-12 10:47:44 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1997-02-12 10:47:44 +0000
commit779181d67091a1300692d74d750c5e6603e1c45a (patch)
treea0d5ec2b9f5c11aa7c422f2a03eb7308f8ddd984
parentea440f5a8cc41c13265762fa3d608afe3b6c6a0d (diff)
Notes
-rw-r--r--usr.sbin/pw/pwupd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pw/pwupd.c b/usr.sbin/pw/pwupd.c
index cb7741461bb2..32280a40c1ad 100644
--- a/usr.sbin/pw/pwupd.c
+++ b/usr.sbin/pw/pwupd.c
@@ -111,7 +111,7 @@ pw_update(struct passwd * pwd, char const * user, int mode)
* First, let's check the see if the database is alright
* Note: -c is only available in FreeBSD 2.2 and above
*/
-#ifdef HAVE_PWDB_C
+#if HAVE_PWDB_C
if (pwdb("-c", NULL) == 0) { /* Check only */
#else
{ /* No -c */