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

r1195 - in trunk/libbsd: . include/bsd



Author: guillem
Date: 2006-02-14 06:45:41 +0000 (Tue, 14 Feb 2006)
New Revision: 1195

Modified:
   trunk/libbsd/ChangeLog
   trunk/libbsd/include/bsd/bsd.h
Log:
Remove commented out macros.


Modified: trunk/libbsd/ChangeLog
===================================================================
--- trunk/libbsd/ChangeLog	2006-02-14 06:43:04 UTC (rev 1194)
+++ trunk/libbsd/ChangeLog	2006-02-14 06:45:41 UTC (rev 1195)
@@ -1,5 +1,9 @@
 2006-02-14  Guillem Jover  <guillem@debian.org>
 
+	* include/bsd/bsd.h: Remove commented out macros.
+
+2006-02-14  Guillem Jover  <guillem@debian.org>
+
 	* include/bsd/bsd.h (setproctitle, __dead2, __unused, __printflike)
 	(__FBSDID): Moved to ...
 	* include/bsd/cdefs.h: ... here.

Modified: trunk/libbsd/include/bsd/bsd.h
===================================================================
--- trunk/libbsd/include/bsd/bsd.h	2006-02-14 06:43:04 UTC (rev 1194)
+++ trunk/libbsd/include/bsd/bsd.h	2006-02-14 06:45:41 UTC (rev 1195)
@@ -82,18 +82,4 @@
             ((_x << 40) & ((__uint64_t)0xff << 48)) | ((_x << 56)));
 }
 
-/*
- * Directly from FreeBSD stdio.h
- */
-
-//#define    __SMOD  0x2000          /* true => fgetln modified _p text */
-//#define    __SLBF  0x0001          /* line buffered */
-//#define    __SWR   0x0008          /* OK to write */
-//#define    __SEOF  0x0020          /* found EOF */
-//#define    __SRD   0x0004          /* OK to read */
-//#define    __SRW   0x0010          /* open for reading & writing */
-//#define    __SERR  0x0040          /* found error */
-//#define    __SNBF  0x0002          /* unbuffered */
-//#define    __SIGN  0x8000          /* ignore this file in _fwalk */
-
 #endif



Reply to: