diff options
author | Matt Wilson <msw@redhat.com> | 1999-12-27 21:24:38 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-12-27 21:24:38 +0000 |
commit | 9f2d8caf5a51907881c3fc9f17c63b9caba155ae (patch) | |
tree | 5379f07808fb0f195d7a93c629558172649692ce /isys/devnodes.c | |
parent | 40a7ac8a2d293dae57751cc7074372b786287425 (diff) | |
download | anaconda-9f2d8caf5a51907881c3fc9f17c63b9caba155ae.tar.gz anaconda-9f2d8caf5a51907881c3fc9f17c63b9caba155ae.tar.xz anaconda-9f2d8caf5a51907881c3fc9f17c63b9caba155ae.zip |
removed debugging printf's
Diffstat (limited to 'isys/devnodes.c')
-rw-r--r-- | isys/devnodes.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/isys/devnodes.c b/isys/devnodes.c index 5ddbb64a9..e713c7000 100644 --- a/isys/devnodes.c +++ b/isys/devnodes.c @@ -46,10 +46,6 @@ int devMakeInode(char * devName, char * path) { char *ptr; char *dir; - printf("hi there jturner\n"); - mknod("/something", S_IFBLK | 0600, 0x800); - printf("mknod worked\n"); - if (devName[0] == 's' && devName[1] == 'd') { type = S_IFBLK; major = 8; |