slight cleanup

This commit is contained in:
cgd 1993-11-14 13:07:22 +00:00
parent 5e9b346b27
commit 97fe973b31
2 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
* $Id: flexdef.h,v 1.3 1993/08/01 18:46:50 mycroft Exp $
* $Id: flexdef.h,v 1.4 1993/11/14 13:07:22 cgd Exp $
*/
#ifndef FILE
@ -61,7 +61,7 @@
#define SYS_V
#endif
#if defined(SYS_V) || defined(__386BSD__) || defined(__NetBSD__)
#if defined(SYS_V) || defined(__NetBSD__)
#include <string.h>
#else

View File

@ -25,7 +25,7 @@
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
* $Id: flexdef.h,v 1.3 1993/08/01 18:46:50 mycroft Exp $
* $Id: flexdef.h,v 1.4 1993/11/14 13:07:22 cgd Exp $
*/
#ifndef FILE
@ -61,7 +61,7 @@
#define SYS_V
#endif
#if defined(SYS_V) || defined(__386BSD__) || defined(__NetBSD__)
#if defined(SYS_V) || defined(__NetBSD__)
#include <string.h>
#else