comparison usr/src/cmd/filesync/debug.c @ 4:1a15d5aaf794

synchronized with onnv_86 (6202) in onnv-gate
author Koji Uno <koji.uno@sun.com>
date Mon, 31 Aug 2009 14:38:03 +0900
parents c9caec207d52
children
comparison
equal deleted inserted replaced
3:f211edc0065f 4:1a15d5aaf794
47 * a "flaglist" data structure to map between bits and 47 * a "flaglist" data structure to map between bits and
48 * character string names or descriptions. 48 * character string names or descriptions.
49 * 49 *
50 * a flaglist is merely a list of paired bits and name strings. 50 * a flaglist is merely a list of paired bits and name strings.
51 */ 51 */
52 #pragma ident "@(#)debug.c 1.8 05/06/08 SMI" 52 #pragma ident "%Z%%M% %I% %E% SMI"
53 53
54 #include <stdio.h> 54 #include <stdio.h>
55 #include <stdlib.h> 55 #include <stdlib.h>
56 #include <string.h> 56 #include <string.h>
57 #include <ctype.h> 57 #include <ctype.h>