summaryrefslogtreecommitdiff
path: root/comms/nec2c/files/patch-nec2c.h
diff options
context:
space:
mode:
Diffstat (limited to 'comms/nec2c/files/patch-nec2c.h')
-rw-r--r--comms/nec2c/files/patch-nec2c.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/comms/nec2c/files/patch-nec2c.h b/comms/nec2c/files/patch-nec2c.h
deleted file mode 100644
index 6389be8ff875..000000000000
--- a/comms/nec2c/files/patch-nec2c.h
+++ /dev/null
@@ -1,13 +0,0 @@
---- nec2c.h.orig 2004-01-24 13:48:26 UTC
-+++ nec2c.h
-@@ -201,8 +201,8 @@ complex double cmplx(double a, double j);
- void secnds(double *x);
- int stop(int flag);
- int load_line(char *buff, FILE *pfile);
--void mem_alloc( void **ptr, int req );
--void mem_realloc( void **ptr, int req );
-+void mem_alloc( void **ptr, size_t req );
-+void mem_realloc( void **ptr, size_t req );
- void free_ptr( void **ptr );
- /* somnec.c */
- void somnec(double epr, double sig, double fmhz);