BSD 4_3_Tahoe release
[unix-history] / usr / src / include / stdio.h
index 50f0c7c..5721930 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)stdio.h     5.6 (Berkeley) %G%
+ *     @(#)stdio.h     5.4 (Berkeley) 10/22/87
  */
 
 # ifndef FILE
  */
 
 # ifndef FILE
@@ -61,7 +61,3 @@ char  *fgets();
 char   *gets();
 int    sprintf();      /* here until everyone does it right */
 # endif
 char   *gets();
 int    sprintf();      /* here until everyone does it right */
 # endif
-
-#define        L_cuserid       9       /* posix says it goes in stdio.h :( */
-char   *getlogin();
-char   *cuserid();