Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/cron Unifdef __STDC__.
details: https://anonhg.NetBSD.org/src/rev/7d9410b5250c
branches: trunk
changeset: 534049:7d9410b5250c
user: wiz <wiz%NetBSD.org@localhost>
date: Sun Jul 14 09:59:23 2002 +0000
description:
Unifdef __STDC__.
diffstat:
usr.sbin/cron/compat.h | 9 ++-------
1 files changed, 2 insertions(+), 7 deletions(-)
diffs (23 lines):
diff -r fc0155fbc59a -r 7d9410b5250c usr.sbin/cron/compat.h
--- a/usr.sbin/cron/compat.h Sun Jul 14 04:08:42 2002 +0000
+++ b/usr.sbin/cron/compat.h Sun Jul 14 09:59:23 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: compat.h,v 1.2 1997/03/13 06:19:09 mikel Exp $ */
+/* $NetBSD: compat.h,v 1.3 2002/07/14 09:59:23 wiz Exp $ */
/* Copyright 1993,1994 by Paul Vixie
* All rights reserved
@@ -22,12 +22,7 @@
*/
#ifndef __P
-# ifdef __STDC__
-# define __P(x) x
-# else
-# define __P(x) ()
-# define const
-# endif
+# define __P(x) x
#endif
#if defined(UNIXPC) || defined(unixpc)
Home |
Main Index |
Thread Index |
Old Index