13 lines
349 B
Plaintext
13 lines
349 B
Plaintext
$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);
|