diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2010-12-06 22:23:04 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2010-12-06 22:23:04 -0500 |
commit | 38fc568607fcad4de5bf198d5182a73eb18d7e98 (patch) | |
tree | 8feae0f3ffe60822eb5cd40abc1dceae74760ecf /src/misc.c | |
parent | dbfca826b1f52f213593c9a2f19c2d83d4888029 (diff) | |
download | NetNuke2-38fc568607fcad4de5bf198d5182a73eb18d7e98.tar.gz |
Transition to fcntl.h for I/O
Diffstat (limited to 'src/misc.c')
-rw-r--r-- | src/misc.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -33,3 +33,5 @@ int strind(const char* str, const char ch) } return index; } + + |