diff options
author | Doug Barton <dougb@FreeBSD.org> | 2003-09-10 11:18:29 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2003-09-10 11:18:29 +0000 |
commit | d4e38ac9d160c446e99f2d16ee290ed2af421aba (patch) | |
tree | 386c7fb7173f9c115a24b4bd72849a683c1b1701 /sysutils/nut22/files | |
parent | 1361ea7c38c0f14293eaa81fdbec58e95005543a (diff) | |
download | ports-d4e38ac9d160c446e99f2d16ee290ed2af421aba.tar.gz ports-d4e38ac9d160c446e99f2d16ee290ed2af421aba.zip |
Upgrade to version 1.4.0, the latest stable version.
Re-enable the CGI programs, now that they build.
Kind assistance provided by: Guido Falsi <mad@madpilot.net>
Notes
Notes:
svn path=/head/; revision=88927
Diffstat (limited to 'sysutils/nut22/files')
-rw-r--r-- | sysutils/nut22/files/patch-drivers::mge-shut.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/nut22/files/patch-drivers::mge-shut.h b/sysutils/nut22/files/patch-drivers::mge-shut.h new file mode 100644 index 000000000000..543050154096 --- /dev/null +++ b/sysutils/nut22/files/patch-drivers::mge-shut.h @@ -0,0 +1,11 @@ +--- drivers/mge-shut.h.orig Mon Sep 8 16:05:30 2003 ++++ drivers/mge-shut.h Mon Sep 8 16:06:24 2003 +@@ -166,7 +166,7 @@ + char item_path[MAX_STRING]; /* HID object (fully qualified string path) */ + char fmt[6]; /* printf format string for INFO entry */ + char *dfl; /* default value */ +- ulong shut_flags; /* specific SHUT flags */ ++ unsigned long shut_flags; /* specific SHUT flags */ + } mge_info_item; + + /* Array containing information to translate between UTalk and NUT info |