Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/usr.bin/file Pull up revision 1.28 (requested by thorpe...



details:   https://anonhg.NetBSD.org/src/rev/5c2aabeecfa0
branches:  netbsd-1-6
changeset: 529604:5c2aabeecfa0
user:      he <he%NetBSD.org@localhost>
date:      Sun Dec 01 12:07:19 2002 +0000

description:
Pull up revision 1.28 (requested by thorpej in ticket #820):
  Don't include <sys/cdefs.h> directly.  On NetBSD systems,
  it will be pulled in by <sys/types.h>, and on non-NetBSD
  systems (host tool case), it doesn't really matter since
  it's just for the __RCSID macro.

diffstat:

 usr.bin/file/print.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 53e7769f652b -r 5c2aabeecfa0 usr.bin/file/print.c
--- a/usr.bin/file/print.c      Sun Dec 01 12:06:57 2002 +0000
+++ b/usr.bin/file/print.c      Sun Dec 01 12:07:19 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: print.c,v 1.24 2002/05/21 12:51:27 christos Exp $      */
+/*     $NetBSD: print.c,v 1.24.2.1 2002/12/01 12:07:19 he Exp $        */
 
 /*
  * print.c - debugging printout routines
@@ -42,12 +42,11 @@
 #endif
 #include <time.h>
 
-#include <sys/cdefs.h>
 #if defined(__RCSID) && !defined(lint)
 #if 0
 FILE_RCSID("@(#)Id: print.c,v 1.35 2002/05/16 18:45:56 christos Exp ")
 #else
-__RCSID("$NetBSD: print.c,v 1.24 2002/05/21 12:51:27 christos Exp $");
+__RCSID("$NetBSD: print.c,v 1.24.2.1 2002/12/01 12:07:19 he Exp $");
 #endif
 #endif  /* lint */
 



Home | Main Index | Thread Index | Old Index