ANSIfication of stuff (mostly missing argument types in declarations)
This commit is contained in:
@@ -82,7 +82,7 @@ char *sprintf(); /* keep lint happy */
|
||||
void *memset();
|
||||
#else
|
||||
#if !defined(ultrix) && !defined(NeXT) && !defined(sgi) && !defined(hppa) && !defined(__osf__)
|
||||
char *memset();
|
||||
char *memset(void *, int, size_t);
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user