add forward declarations to keep gcc from complaining
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Sat, 20 May 1995 07:16:16 +0000 (23:16 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Sat, 20 May 1995 07:16:16 +0000 (23:16 -0800)
SCCS-vsn: usr.sbin/sendmail/src/conf.c 8.171

usr/src/usr.sbin/sendmail/src/conf.c

index 4a37d01..5349390 100644 (file)
@@ -7,7 +7,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)conf.c     8.170 (Berkeley) %G%";
+static char sccsid[] = "@(#)conf.c     8.171 (Berkeley) %G%";
 #endif /* not lint */
 
 # include "sendmail.h"
 #endif /* not lint */
 
 # include "sendmail.h"
@@ -1275,7 +1275,15 @@ getla()
 
 #if LA_TYPE == LA_HPUX
 
 
 #if LA_TYPE == LA_HPUX
 
+/* forward declarations to keep gcc from complaining */
 struct pst_dynamic;
 struct pst_dynamic;
+struct pst_status;
+struct pst_static;
+struct pst_vminfo;
+struct pst_diskinfo;
+struct pst_processor;
+struct pst_lv;
+struct pst_swapinfo;
 
 # include <sys/param.h>
 # include <sys/pstat.h>
 
 # include <sys/param.h>
 # include <sys/pstat.h>