fix inet_network prototpye
authorJohn Kohl <jtkohl@mit.edu>
Mon, 29 Oct 1990 11:58:21 +0000 (11:58 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Mon, 29 Oct 1990 11:58:21 +0000 (11:58 +0000)
dike out vprintf, vsprintf

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1355 dc483132-0cff-0310-8789-dd5450dbe970

src/include/fake-stdlib.h

index aba5d8c798c4d59be5e3628fdef3c135e0221057..70aa32f9dcbc647ced2d40538b1a6d802d0424c1 100644 (file)
@@ -453,7 +453,7 @@ struct ttyent *getttyent P((void ));
 struct ttyent *getttynam P((char * ));
 void setttyent P((void ));
 void endttyent P((void ));
-unsigned long inet_network P((char * ));
+unsigned long inet_network P((const char * ));
 int initgroups P((char * , int  ));
 char *malloc P((unsigned ));
 char *calloc P((unsigned , unsigned  ));
@@ -619,8 +619,6 @@ char *tsearch P((char * , char ** , int (* )(char *, char *)));
 char *tfind P((char * , char ** , int (* )(char *, char *)));
 char *tdelete P((char * , char ** , int (* )(char *, char *)));
 void twalk P((char * , void (* )(char *, int, int)));
-int vprintf P((char * , ...  ));
-int vsprintf P((char * , const char * , ...  ));
 int syscall P((int  , int  , int  , int  ));
 long tell P((int  ));