diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-02-18 20:14:02 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-02-18 20:14:02 +0000 |
commit | f0715e9df24f6e02072eff3a198414931d5ffcf0 (patch) | |
tree | e1437dee07268e77bf36d360bc779ff75bf203c2 /usr.sbin/cron/globals.h | |
parent | 9d12880bde356edc1caf95ce9c16eda5cd362a71 (diff) |
Define CAPITALIZE_FOR_PS so children are capitalized in ps (like before).
Diffstat (limited to 'usr.sbin/cron/globals.h')
-rw-r--r-- | usr.sbin/cron/globals.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/cron/globals.h b/usr.sbin/cron/globals.h index a6063785b1f..fcbc52274b7 100644 --- a/usr.sbin/cron/globals.h +++ b/usr.sbin/cron/globals.h @@ -1,4 +1,4 @@ -/* $OpenBSD: globals.h,v 1.1 2001/02/18 19:48:35 millert Exp $ */ +/* $OpenBSD: globals.h,v 1.2 2001/02/18 20:14:01 millert Exp $ */ /* * Copyright (c) 1997,2000 by Internet Software Consortium, Inc. @@ -55,7 +55,7 @@ XTRN const char *DowNames[] #endif ; -XTRN const char *ProgramName INIT("amnesia"); +XTRN char *ProgramName INIT("amnesia"); XTRN int LineNumber INIT(0); XTRN time_t StartTime INIT(0); XTRN time_min timeRunning INIT(0); |