Fix compiler warnings for pax

This commit is contained in:
Ben Gras
2006-03-24 14:03:25 +00:00
parent e1f91e1855
commit 65723cba53
5 changed files with 20 additions and 7 deletions
+1
View File
@@ -7,3 +7,4 @@ _PROTOTYPE( char *index, (const char *_s, int _charwanted) );
_PROTOTYPE( int strcasecmp, (const char *_s1, const char *_s2) );
_PROTOTYPE( int strncasecmp, (const char *_s1, const char *_s2,
size_t _len) );
_PROTOTYPE( int ffs, (int i) );