Print this page
remove support for non-ANSI compilation

@@ -18,10 +18,12 @@
  * information: Portions Copyright [yyyy] [name of copyright owner]
  *
  * CDDL HEADER END
  */
 /*
+ * Copyright 2014 Garrett D'Amore <garrett@damore.org>
+ *
  * Copyright (c) 1997-1998 by Sun Microsystems, Inc.
  * All rights reserved.
  */
 
 /*      Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */

@@ -29,12 +31,10 @@
 
 
 #ifndef _SAC_H
 #define _SAC_H
 
-#pragma ident   "%Z%%M% %I%     %E% SMI"        /* SVr4.0 1.4 */
-
 #include <sys/types.h>
 
 #ifdef  __cplusplus
 extern "C" {
 #endif

@@ -141,15 +141,11 @@
 #define E_PMRUN 7       /* port monitor is running */
 #define E_PMNOTRUN      8       /* port monitor is not running */
 #define E_RECOVER       9       /* in recovery */
 #define E_SACNOTRUN     10      /* sac daemon is not running */
 
-#ifdef __STDC__
 extern int      doconfig(int, char *, long);
-#else
-extern int      doconfig();
-#endif
 
 #ifdef  __cplusplus
 }
 #endif