diff options
Diffstat (limited to 'cad/chipmunk/files/patch-netcmp-main.c')
-rw-r--r-- | cad/chipmunk/files/patch-netcmp-main.c | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/cad/chipmunk/files/patch-netcmp-main.c b/cad/chipmunk/files/patch-netcmp-main.c deleted file mode 100644 index cb7c66aa3875..000000000000 --- a/cad/chipmunk/files/patch-netcmp-main.c +++ /dev/null @@ -1,19 +0,0 @@ ---- netcmp/main.c -+++ netcmp/main.c -@@ -122,16 +122,6 @@ - - outfyle = NULL; - while (outfyle == NULL) { -- char username[100]; -- char *tmp; -- --#if defined(freebsd) -- getpwuid(getuid(), username); --#else -- getpw(getuid(), username); --#endif -- tmp = strchr(username,':'); -- if (tmp != NULL) *tmp = '\0'; - printf(" Enter output file name [info]: "); - fgets(command, 81, stdin); - TEMP = strchr(command, '\n'); |