Include <sys/stat.h> instead of <stat.h>. Tracks change in an uncontrolled branch
authorRobert R. Henry <rrh@ucbvax.Berkeley.EDU>
Fri, 29 Oct 1982 06:51:05 +0000 (22:51 -0800)
committerRobert R. Henry <rrh@ucbvax.Berkeley.EDU>
Fri, 29 Oct 1982 06:51:05 +0000 (22:51 -0800)
SCCS-vsn: old/adb/adb.vax/setup.c 4.6

usr/src/old/adb/adb.vax/setup.c

index d9f0469..c1f9133 100644 (file)
@@ -1,9 +1,9 @@
-static char sccsid[] = "@(#)setup.c    4.5 82/04/01";
+static char sccsid[] = "@(#)setup.c    4.6 82/10/28";
 /*
  * adb - routines to read a.out+core at startup
  */
 #include "defs.h"
 /*
  * adb - routines to read a.out+core at startup
  */
 #include "defs.h"
-#include <stat.h>
+#include <sys/stat.h>
 
 off_t  datbas;                 /* offset of the base of the data segment */
 off_t  stksiz;                 /* stack size in the core image */
 
 off_t  datbas;                 /* offset of the base of the data segment */
 off_t  stksiz;                 /* stack size in the core image */