diff options
| author | Eitan Adler <eadler@FreeBSD.org> | 2012-01-10 02:55:43 +0000 |
|---|---|---|
| committer | Eitan Adler <eadler@FreeBSD.org> | 2012-01-10 02:55:43 +0000 |
| commit | af9eff1f2024d348d22658be2ab9feb5d6865b33 (patch) | |
| tree | 2a7c2021f39732e9386aa59f461f31cf9225af64 /usr.bin/split | |
| parent | 3e519b7cc15bb6b2e88c22df736c17bd3f7b5104 (diff) | |
Notes
Diffstat (limited to 'usr.bin/split')
| -rw-r--r-- | usr.bin/split/split.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.bin/split/split.c b/usr.bin/split/split.c index 0258c8cdfd811..be4befe9c0ea4 100644 --- a/usr.bin/split/split.c +++ b/usr.bin/split/split.c @@ -347,17 +347,14 @@ newfile(void) { long i, maxfiles, tfnum; static long fnum; - static int defname; static char *fpnt; if (ofd == -1) { if (fname[0] == '\0') { fname[0] = 'x'; fpnt = fname + 1; - defname = 1; } else { fpnt = fname + strlen(fname); - defname = 0; } ofd = fileno(stdout); } |
