casey@lll-crg.llnl.gov (Casey Leedom) (01/13/89)
*** clients/xperfmon/Imakefile-dist Fri Dec 9 18:18:49 1988
--- clients/xperfmon/Imakefile Fri Dec 9 18:18:36 1988
***************
*** 2,6 ****
--- 2,8 ----
SRCS = xperfmon.c window.c system.c geometry.c
OBJS = xperfmon.o window.o system.o geometry.o
+ INSTALLFLAGS = $(INSTKMEMFLAGS)
+
ComplexProgramTarget(xperfmon)
*** clients/xperfmon/xperfmon.c-dist Thu Feb 25 23:11:49 1988
--- clients/xperfmon/xperfmon.c Thu Jan 5 03:22:04 1989
***************
*** 52,59 ****
#include <sys/types.h>
#include <stdio.h>
! #include <X11/Xos.h
! #include <sys/time.h>
#ifdef FD_SET
#define XFD_SET(n,p) FD_SET((n),(p))
--- 52,58 ----
#include <sys/types.h>
#include <stdio.h>
! #include <X11/Xos.h>
#ifdef FD_SET
#define XFD_SET(n,p) FD_SET((n),(p))
*** clients/xperfmon/system.c-dist Thu Feb 25 23:11:47 1988
--- clients/xperfmon/system.c Fri Dec 9 10:16:05 1988
***************
*** 33,39 ****
#include <sys/file.h>
struct packet {
! int input, output, collisions
};
static struct packet packets, old_packets;
--- 33,39 ----
#include <sys/file.h>
struct packet {
! int input, output, collisions;
};
static struct packet packets, old_packets;