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

@@ -35,7 +35,6 @@
#include "missing.h"
#include "alloc.h"
#include "fatal.h"
#include "fileops.h"
#include "sudo_conf.h"
#include "sudo_debug.h"
#include "sudo_util.h"