diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-05-12 18:50:00 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-05-12 18:50:00 +0000 |
| commit | 7b92fbb848878ed739969d7a40c552dcb5890964 (patch) | |
| tree | c08a7afa2a92895cf0839e825db3e469f3c718bc /lib/libdisk/tst01.c | |
| parent | e5e0d60df8761d6e40d033fd0f49eea72689c6dc (diff) | |
Notes
Diffstat (limited to 'lib/libdisk/tst01.c')
| -rw-r--r-- | lib/libdisk/tst01.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libdisk/tst01.c b/lib/libdisk/tst01.c index 43a636491b9f..1c0c43eabf52 100644 --- a/lib/libdisk/tst01.c +++ b/lib/libdisk/tst01.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: tst01.c,v 1.11 1995/05/10 05:57:04 phk Exp $ + * $Id: tst01.c,v 1.12 1995/05/11 05:22:54 phk Exp $ * */ @@ -178,6 +178,10 @@ main(int argc, char **argv) strtol(cmds[5],0,0))); continue; } + if (!strcasecmp(*cmds,"mknod")) { + MakeDevDisk(d,"/tmp"); + continue; + } if (!strcasecmp(*cmds,"delete") && ncmd == 2) { printf("delete = %d\n", Delete_Chunk(d, |
