2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 06:15:37 +00:00

Split fileops.c into parseln.c and locking.c

This commit is contained in:
Todd C. Miller
2014-06-27 09:46:24 -06:00
parent aecef4aa1d
commit 8e088e65c0
12 changed files with 473 additions and 472 deletions

View File

@@ -42,7 +42,6 @@
#endif
#include "missing.h"
#include "fileops.h"
#include "sudo_util.h"
__dso_public int main(int argc, char *argv[]);