define BDS4_2 instead of including whoami.h
authorRalph Campbell <ralph@ucbvax.Berkeley.EDU>
Wed, 3 Apr 1985 03:28:50 +0000 (19:28 -0800)
committerRalph Campbell <ralph@ucbvax.Berkeley.EDU>
Wed, 3 Apr 1985 03:28:50 +0000 (19:28 -0800)
SCCS-vsn: usr.bin/learn/learn/start.c 4.4

usr/src/usr.bin/learn/learn/start.c

index 86fb0fa..6e2a402 100644 (file)
@@ -1,13 +1,14 @@
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)start.c    4.3     (Berkeley)      %G%";
+static char sccsid[] = "@(#)start.c    4.4     (Berkeley)      %G%";
 #endif not lint
 
 #include "stdio.h"
 #include "lrnref.h"
 #include <sys/types.h>
 #endif not lint
 
 #include "stdio.h"
 #include "lrnref.h"
 #include <sys/types.h>
-#include <whoami.h>
 #include <sys/dir.h>
 
 #include <sys/dir.h>
 
+#define BSD4_2 1
+
 start(lesson)
 char *lesson;
 {
 start(lesson)
 char *lesson;
 {