2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 14:25:15 +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

@@ -37,7 +37,6 @@
#include "fatal.h"
#include "alloc.h"
#include "queue.h"
#include "fileops.h"
#include "defaults.h"
#include "logging.h"
#include "sudo_nss.h"