diff options
author | ngie <ngie@FreeBSD.org> | 2015-12-13 21:14:04 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2015-12-13 21:14:04 +0000 |
commit | 1299d77d5065856f8bbd0aff31b276bf2aaba48a (patch) | |
tree | 2da61b4f97ccfbf272320c5f6462a1026d45a269 /lib/libc/regex/grot/split.c | |
parent | 4380394990455e8964f466e8d745af43dc898519 (diff) | |
download | FreeBSD-src-1299d77d5065856f8bbd0aff31b276bf2aaba48a.zip FreeBSD-src-1299d77d5065856f8bbd0aff31b276bf2aaba48a.tar.gz |
Revert r292168 -- I used the wrong commit message by accident
Diffstat (limited to 'lib/libc/regex/grot/split.c')
-rw-r--r-- | lib/libc/regex/grot/split.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc/regex/grot/split.c b/lib/libc/regex/grot/split.c index c5d5264..07ab8f1 100644 --- a/lib/libc/regex/grot/split.c +++ b/lib/libc/regex/grot/split.c @@ -4,8 +4,6 @@ __FBSDID("$FreeBSD$"); #include <stdio.h> #include <string.h> -#include "split.ih" - /* - split - divide a string into fields, like awk split() == int split(char *string, char *fields[], int nfields, char *sep); |