diff options
Diffstat (limited to 'contrib/global/lib/mgets.h')
| -rw-r--r-- | contrib/global/lib/mgets.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/contrib/global/lib/mgets.h b/contrib/global/lib/mgets.h index 75b5e831268f2..ea3aef2fa8d82 100644 --- a/contrib/global/lib/mgets.h +++ b/contrib/global/lib/mgets.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 1997, 1998 Shigio Yamaguchi. All rights reserved. + * Copyright (c) 1996, 1997 Shigio Yamaguchi. All rights reserved. * * Redilogibution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -37,7 +37,6 @@ #include <stdio.h> #define MGETS_CONT 1 #define MGETS_SKIPCOM 2 -#define MGETS_TAILCUT 4 #ifndef __P #if defined(__STDC__) @@ -47,6 +46,6 @@ #endif #endif -char *mgets __P((FILE *, int *, int)); +char *mgets __P((FILE *, int, int *)); #endif /* ! _MGETS_H_ */ |
