diff options
| author | 1995-12-07 03:27:38 +0000 | |
|---|---|---|
| committer | 1995-12-07 03:27:38 +0000 | |
| commit | 21c66822a4c0eed02ac7daeaefa7e06a6432d68b (patch) | |
| tree | 5e8266bb821f690fd238776ef16d6cf7dc23d11c /sys/lib/libsa/close.c | |
| parent | various changes to once again shrink the bootblocks to a useable size. (diff) | |
| download | wireguard-openbsd-21c66822a4c0eed02ac7daeaefa7e06a6432d68b.tar.xz wireguard-openbsd-21c66822a4c0eed02ac7daeaefa7e06a6432d68b.zip | |
shrink bootblocks by splitting libsa contents into more files. from
waldi@moacs.indiv.nl.net, netbsd pr#1817
Diffstat (limited to 'sys/lib/libsa/close.c')
| -rw-r--r-- | sys/lib/libsa/close.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sys/lib/libsa/close.c b/sys/lib/libsa/close.c index ffcef14f05c..388309b47a7 100644 --- a/sys/lib/libsa/close.c +++ b/sys/lib/libsa/close.c @@ -92,14 +92,3 @@ close(fd) } return (0); } - - -void -closeall() -{ - int i; - - for (i = 0; i < SOPEN_MAX; i++) - if (files[i].f_flags != 0) - (void)close(i); -} |
