only use ... if we've got it
authorMark Eichin <eichin@mit.edu>
Tue, 9 Aug 1994 17:05:38 +0000 (17:05 +0000)
committerMark Eichin <eichin@mit.edu>
Tue, 9 Aug 1994 17:05:38 +0000 (17:05 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4089 dc483132-0cff-0310-8789-dd5450dbe970

src/clients/ksu/main.c

index 89ed15467cf80bbfb13164ff9223f8b6231f5558..bc934bdd5938abf8fbb5e355df3800d25cdcab7c 100644 (file)
@@ -41,7 +41,11 @@ int set_env_var();
 void sweep_up();
 char * ontty();
 void init_auth_names();
+#ifdef STDARG_PROTOTYPES
 void print_status( const char *fmt, ...);
+#else
+void print_status();
+#endif
 char * get_dir_of_file();     
 
 /* Note -e and -a options are mutually exclusive */