I noticed those a while ago, the #if 0 is there since the beginning.
Can't see the point in keeping this as is.

ok?

Index: libgen.h
===================================================================
RCS file: /cvs/src/include/libgen.h,v
retrieving revision 1.7
diff -u -p -p -u -r1.7 libgen.h
--- libgen.h    17 Jun 2003 21:56:23 -0000      1.7
+++ libgen.h    22 Nov 2015 21:11:40 -0000
@@ -22,16 +22,8 @@
 #include <sys/cdefs.h>
 
 __BEGIN_DECLS
-
 char   *basename(const char *);
 char   *dirname(const char *);
-#if 0
-char   *regcmp(const char *, ...);
-char   *regex(const char *, const char *, ...);
-
-extern char *__loc1;
-#endif
-
 __END_DECLS
 
 #endif /* _LIBGEN_H_ */


-- 
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE

Reply via email to