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