Changeset 4841
- Timestamp:
- Aug 20, 2005, 5:27:55 AM (21 years ago)
- Location:
- trunk/Ohana/src
- Files:
-
- 2 edited
-
fixcat/src/fixcat.c (modified) (2 diffs)
-
misc/src/fixcpt.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/fixcat/src/fixcat.c
r2490 r4841 13 13 struct timeval now, then; 14 14 15 fprintf (stderr, "this function is not well-defined: review and recode\n"); 16 exit (1); 17 15 18 gettimeofday (&then, (void *) NULL); 16 19 ConfigInit (argc, argv); … … 26 29 } 27 30 28 /* if lockfile exists, program will complain and quit */ 29 check_lockfile (); 30 31 /* replace with addstar/gcatalog as example */ 31 32 gcatalog (argv[1], &catalog); 32 33 -
trunk/Ohana/src/misc/src/fixcpt.c
r3466 r4841 1 1 # include <ohana.h> 2 2 # include <dvo.h> 3 4 /**** this was a one-off program to repair errors in the loneos db files ****/ 3 5 4 6 main (argc, argv)
Note:
See TracChangeset
for help on using the changeset viewer.
