summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-04-29 13:25:13 +0000
committerache <ache@FreeBSD.org>1995-04-29 13:25:13 +0000
commit43bf61af63baf12813d0bd908066a30e8653b547 (patch)
tree9226c1448f0756f8961705f187129c927befc15f /usr.sbin
parent5c6277cb5c8ab30cf474febe760ba6f8383208ed (diff)
downloadFreeBSD-src-43bf61af63baf12813d0bd908066a30e8653b547.zip
FreeBSD-src-43bf61af63baf12813d0bd908066a30e8653b547.tar.gz
Fix typo in HAVE_SAVED_UIDS define
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/cron/lib/misc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/cron/lib/misc.c b/usr.sbin/cron/lib/misc.c
index c912ffb..3d2469b 100644
--- a/usr.sbin/cron/lib/misc.c
+++ b/usr.sbin/cron/lib/misc.c
@@ -16,7 +16,7 @@
*/
#if !defined(lint) && !defined(LINT)
-static char rcsid[] = "$Id: misc.c,v 2.9 1994/01/15 20:43:43 vixie Exp $";
+static char rcsid[] = "$Id: misc.c,v 1.1.1.1 1994/08/27 13:43:02 jkh Exp $";
#endif
/* vix 26jan87 [RCS has the rest of the log]
@@ -654,7 +654,7 @@ arpadate(clock)
#endif /*MAIL_DATE*/
-#ifdef HAVE_SAVED_SUIDS
+#ifdef HAVE_SAVED_UIDS
static int save_euid;
int swap_uids() { save_euid = geteuid(); return seteuid(getuid()); }
int swap_uids_back() { return seteuid(save_euid); }
OpenPOWER on IntegriCloud