X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/87282391316fa7e8c00b6e73604d26f22f64e105..ca67e7b465996afb3821d6a075c4dc6a7f0f5d52:/usr/src/include/stdio.h diff --git a/usr/src/include/stdio.h b/usr/src/include/stdio.h index 50f0c7cb4b..5721930097 100644 --- a/usr/src/include/stdio.h +++ b/usr/src/include/stdio.h @@ -3,7 +3,7 @@ * 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 @@ -61,7 +61,3 @@ char *fgets(); 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();