mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-21 18:50:50 +01:00
dump(8): Fix typo in comment
Event: Advanced UNIX Programming Course (Fall’23) at NTHU. Pull Request: https://github.com/freebsd/freebsd-src/pull/968
This commit is contained in:
parent
e9866ce84f
commit
26e69f9f98
@ -97,7 +97,7 @@ void quit(const char *fmt, ...) __printflike(1, 2);
|
||||
void timeest(void);
|
||||
time_t unctime(char *str);
|
||||
|
||||
/* mapping rouintes */
|
||||
/* mapping routines */
|
||||
union dinode;
|
||||
int mapfiles(ino_t maxino, long *tapesize);
|
||||
int mapdirs(ino_t maxino, long *tapesize);
|
||||
|
Loading…
Reference in New Issue
Block a user