diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-01-28 08:07:45 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-01-28 08:07:45 +0000 |
commit | 55fb3c23194830ad48b29095ed47103d0adf1103 (patch) | |
tree | 5186fc88086c0c112b9b852c7bd1c543cc71acd5 /shells/flash/files/patch-ah | |
parent | - Update to version 1.1.1 (diff) |
Update to version 0.9.4
PR: 24676
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=37669
Diffstat (limited to 'shells/flash/files/patch-ah')
-rw-r--r-- | shells/flash/files/patch-ah | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/shells/flash/files/patch-ah b/shells/flash/files/patch-ah index 73f404a552ea..fe5c1c047d19 100644 --- a/shells/flash/files/patch-ah +++ b/shells/flash/files/patch-ah @@ -1,6 +1,6 @@ ---- modules/alarms.c Tue Apr 15 18:34:15 1997 -+++ modules/alarms.c.new Sun Jan 2 20:50:02 2000 -@@ -1,5 +1,14 @@ +--- modules/alarms.c.orig Mon Jan 22 06:23:11 2001 ++++ modules/alarms.c Fri Jan 26 05:28:01 2001 +@@ -1,9 +1,17 @@ +#ifdef HAVE_CONFIG_H +#include "../config.h" +#endif @@ -15,3 +15,7 @@ #include <stdlib.h> #include <stdio.h> +-#include <wchar.h> + #include <unistd.h> + #include <termios.h> + #include <syslog.h> |