added depend label
[unix-history] / usr / src / usr.bin / rwho / rwho.c
index 8399d98..c71b64a 100644 (file)
@@ -1,11 +1,23 @@
+/*
+ * Copyright (c) 1983 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+char copyright[] =
+"@(#) Copyright (c) 1983 Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif not lint
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)rwho.c     4.10 (Berkeley) 85/05/28";
-#endif
+static char sccsid[] = "@(#)rwho.c     5.2 (Berkeley) %G%";
+#endif not lint
 
 #include <sys/param.h>
 #include <stdio.h>
 #include <sys/dir.h>
 
 #include <sys/param.h>
 #include <stdio.h>
 #include <sys/dir.h>
-#include "../etc/rwhod/rwhod.h"
+#include <protocols/rwhod.h>
 
 DIR    *dirp;
 
 
 DIR    *dirp;