mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
718f64b85e
gaddr is a simple address book written using the GTK+ widget set that basically acts like a pile of alphabetized 3x5 index cards. PR: 13018
12 lines
237 B
Plaintext
12 lines
237 B
Plaintext
--- db.c.orig Sun Aug 8 10:58:13 1999
|
|
+++ db.c Sun Aug 8 10:58:27 1999
|
|
@@ -19,7 +19,7 @@
|
|
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
-#include <malloc.h>
|
|
+#include <stdlib.h>
|
|
#include "db.h"
|
|
|
|
/* Definition of a record in linked list
|