]> git.ipfire.org Git - thirdparty/libbsd.git/commitdiff
Remove commented out macros
authorGuillem Jover <guillem@hadrons.org>
Tue, 14 Feb 2006 06:45:41 +0000 (06:45 +0000)
committerGuillem Jover <guillem@hadrons.org>
Tue, 6 May 2008 05:50:52 +0000 (08:50 +0300)
ChangeLog
include/bsd/bsd.h

index 08c0fcd88d69a79fd585bcf238113580b88db2de..632ad66930f523890b740e7a31b88703840d03d3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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)
index 57690a1fd29a78a4f79cdeac002fc52ad5822baf..6218e4c8541daa6b7d34991ff988a319384c1ffa 100644 (file)
@@ -82,18 +82,4 @@ __bswap64(__uint64_t _x)
             ((_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