If UID_MAX is not defined, this should fail to compile.
authorderaadt <deraadt@openbsd.org>
Mon, 19 Jan 2015 01:05:32 +0000 (01:05 +0000)
committerderaadt <deraadt@openbsd.org>
Mon, 19 Jan 2015 01:05:32 +0000 (01:05 +0000)
ok guenther

usr.sbin/cron/atrun.c

index 99be7e0..5a573d9 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: atrun.c,v 1.23 2015/01/14 17:30:53 millert Exp $      */
+/*     $OpenBSD: atrun.c,v 1.24 2015/01/19 01:05:32 deraadt Exp $      */
 
 /*
  * Copyright (c) 2002-2003 Todd C. Miller <Todd.Miller@courtesan.com>
 static void unlink_job(at_db *, atjob *);
 static void run_job(atjob *, char *);
 
-#ifndef        UID_MAX
-#define        UID_MAX INT_MAX
-#endif
-#ifndef        GID_MAX
-#define        GID_MAX INT_MAX
-#endif
-
 /*
  * Scan the at jobs dir and build up a list of jobs found.
  */