Path: utzoo!utgpu!attcan!uunet!lll-winken!lll-crg.llnl.gov!casey From: casey@lll-crg.llnl.gov (Casey Leedom) Newsgroups: comp.windows.x Subject: contrib: clients/xperfmon Summary: random errors Message-ID: <16552@lll-winken.LLNL.GOV> Date: 13 Jan 89 04:04:35 GMT Sender: usenet@lll-winken.LLNL.GOV Reply-To: casey@lll-crg.llnl.gov (Casey Leedom) Organization: Lawrence Livermore National Laboratory Lines: 51 *** 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 #include ! #include #ifdef FD_SET #define XFD_SET(n,p) FD_SET((n),(p)) --- 52,58 ---- #include #include ! #include #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 struct packet { ! int input, output, collisions }; static struct packet packets, old_packets; --- 33,39 ---- #include struct packet { ! int input, output, collisions; }; static struct packet packets, old_packets;