opnsense-ports/biology/phrap/files/patch-calf_utils.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

19 lines
421 B
C

--- ./calf_utils.c.orig 2008-11-04 23:21:50.000000000 +0100
+++ ./calf_utils.c 2014-08-02 12:39:30.000000000 +0200
@@ -28,6 +28,8 @@
extern void *malloc(), *realloc();
+void read_type_3(File_stat *, int);
+
append_file_stat(file_name)
char *file_name;
{
@@ -110,6 +112,7 @@
get_record_header(file_stat);
}
+void
read_type_3(file_stat, new_rec_flag)
File_stat *file_stat;
int new_rec_flag;