summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bin/ls/stat_flags.c4
-rw-r--r--lib/libc/gen/setflags.c4
-rw-r--r--lib/libc/gen/setflagsbyname.c4
-rw-r--r--lib/libc/gen/strtofflags.c4
-rw-r--r--lib/libutil/stat_flags.c4
5 files changed, 10 insertions, 10 deletions
diff --git a/bin/ls/stat_flags.c b/bin/ls/stat_flags.c
index 1f22f5a..f847296 100644
--- a/bin/ls/stat_flags.c
+++ b/bin/ls/stat_flags.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)stat_flags.c 8.1 (Berkeley) 5/31/93";
#else
static const char rcsid[] =
- "$Id: stat_flags.c,v 1.8 1997/08/07 22:28:25 steve Exp $";
+ "$Id: stat_flags.c,v 1.9 1998/01/09 06:14:59 jb Exp $";
#endif
#endif /* not lint */
@@ -118,13 +118,13 @@ string_to_flags(stringp, setp, clrp)
int clear;
char *string, *p;
- clear = 0;
if (setp)
*setp = 0;
if (clrp)
*clrp = 0;
string = *stringp;
while ((p = strsep(&string, "\t ,")) != NULL) {
+ clear = 0;
*stringp = p;
if (*p == '\0')
continue;
diff --git a/lib/libc/gen/setflags.c b/lib/libc/gen/setflags.c
index 1f22f5a..f847296 100644
--- a/lib/libc/gen/setflags.c
+++ b/lib/libc/gen/setflags.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)stat_flags.c 8.1 (Berkeley) 5/31/93";
#else
static const char rcsid[] =
- "$Id: stat_flags.c,v 1.8 1997/08/07 22:28:25 steve Exp $";
+ "$Id: stat_flags.c,v 1.9 1998/01/09 06:14:59 jb Exp $";
#endif
#endif /* not lint */
@@ -118,13 +118,13 @@ string_to_flags(stringp, setp, clrp)
int clear;
char *string, *p;
- clear = 0;
if (setp)
*setp = 0;
if (clrp)
*clrp = 0;
string = *stringp;
while ((p = strsep(&string, "\t ,")) != NULL) {
+ clear = 0;
*stringp = p;
if (*p == '\0')
continue;
diff --git a/lib/libc/gen/setflagsbyname.c b/lib/libc/gen/setflagsbyname.c
index 1f22f5a..f847296 100644
--- a/lib/libc/gen/setflagsbyname.c
+++ b/lib/libc/gen/setflagsbyname.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)stat_flags.c 8.1 (Berkeley) 5/31/93";
#else
static const char rcsid[] =
- "$Id: stat_flags.c,v 1.8 1997/08/07 22:28:25 steve Exp $";
+ "$Id: stat_flags.c,v 1.9 1998/01/09 06:14:59 jb Exp $";
#endif
#endif /* not lint */
@@ -118,13 +118,13 @@ string_to_flags(stringp, setp, clrp)
int clear;
char *string, *p;
- clear = 0;
if (setp)
*setp = 0;
if (clrp)
*clrp = 0;
string = *stringp;
while ((p = strsep(&string, "\t ,")) != NULL) {
+ clear = 0;
*stringp = p;
if (*p == '\0')
continue;
diff --git a/lib/libc/gen/strtofflags.c b/lib/libc/gen/strtofflags.c
index 1f22f5a..f847296 100644
--- a/lib/libc/gen/strtofflags.c
+++ b/lib/libc/gen/strtofflags.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)stat_flags.c 8.1 (Berkeley) 5/31/93";
#else
static const char rcsid[] =
- "$Id: stat_flags.c,v 1.8 1997/08/07 22:28:25 steve Exp $";
+ "$Id: stat_flags.c,v 1.9 1998/01/09 06:14:59 jb Exp $";
#endif
#endif /* not lint */
@@ -118,13 +118,13 @@ string_to_flags(stringp, setp, clrp)
int clear;
char *string, *p;
- clear = 0;
if (setp)
*setp = 0;
if (clrp)
*clrp = 0;
string = *stringp;
while ((p = strsep(&string, "\t ,")) != NULL) {
+ clear = 0;
*stringp = p;
if (*p == '\0')
continue;
diff --git a/lib/libutil/stat_flags.c b/lib/libutil/stat_flags.c
index 1f22f5a..f847296 100644
--- a/lib/libutil/stat_flags.c
+++ b/lib/libutil/stat_flags.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)stat_flags.c 8.1 (Berkeley) 5/31/93";
#else
static const char rcsid[] =
- "$Id: stat_flags.c,v 1.8 1997/08/07 22:28:25 steve Exp $";
+ "$Id: stat_flags.c,v 1.9 1998/01/09 06:14:59 jb Exp $";
#endif
#endif /* not lint */
@@ -118,13 +118,13 @@ string_to_flags(stringp, setp, clrp)
int clear;
char *string, *p;
- clear = 0;
if (setp)
*setp = 0;
if (clrp)
*clrp = 0;
string = *stringp;
while ((p = strsep(&string, "\t ,")) != NULL) {
+ clear = 0;
*stringp = p;
if (*p == '\0')
continue;
OpenPOWER on IntegriCloud