#ifdef 0 -> #if 0
This commit is contained in:
parent
514829e828
commit
6c413dcf3d
12
security/tempwatch/patches/patch-check_tmp_c
Normal file
12
security/tempwatch/patches/patch-check_tmp_c
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-check_tmp_c,v 1.1 2004/01/05 03:24:14 espie Exp $
|
||||
--- check_tmp.c.orig 2004-01-05 04:21:30.000000000 +0100
|
||||
+++ check_tmp.c 2004-01-05 04:21:34.000000000 +0100
|
||||
@@ -352,7 +352,7 @@ int main(int argc, char **argv){
|
||||
/* closedir(dirp); */
|
||||
}
|
||||
}
|
||||
-#ifdef 0
|
||||
+#if 0
|
||||
walklist(list);
|
||||
#endif
|
||||
list = prunelist(list);
|
12
security/tempwatch/patches/patch-list_utils_c
Normal file
12
security/tempwatch/patches/patch-list_utils_c
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-list_utils_c,v 1.1 2004/01/05 03:24:14 espie Exp $
|
||||
--- list_utils.c.orig 2004-01-05 04:21:42.000000000 +0100
|
||||
+++ list_utils.c 2004-01-05 04:21:49.000000000 +0100
|
||||
@@ -168,7 +168,7 @@ printnode(struct listStruct *list, int a
|
||||
|
||||
|
||||
|
||||
-#ifdef 0
|
||||
+#if 0
|
||||
printf("%-11s %-2d %-8s %-8s %-6ld %-10s %-10s\n", filemodes,
|
||||
(int)list->statbuf.st_nlink, username, groupname,
|
||||
list->statbuf.st_size, timehold, list->filename);
|
Loading…
Reference in New Issue
Block a user