Make this compile under gcc-3.3.
This commit is contained in:
parent
d61225980b
commit
167889f200
2 changed files with 15 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.7 2003/05/05 16:13:15 fredb Exp $
|
||||
$NetBSD: distinfo,v 1.8 2003/06/14 14:01:09 fredb Exp $
|
||||
|
||||
SHA1 (wmx-6.tar.gz) = 89563c8c2af1d3ffbee06197928123fd03ae9c54
|
||||
Size (wmx-6.tar.gz) = 86515 bytes
|
||||
|
@ -7,3 +7,4 @@ SHA1 (patch-ab) = 2f210b6965248be688a640472fb018d62e5197d0
|
|||
SHA1 (patch-ac) = 5921c882abd6769b2adf4fe26bb965982c9a5356
|
||||
SHA1 (patch-ad) = daafc9eb9d721c37dd71b02fda7d958aa8529d20
|
||||
SHA1 (patch-ae) = 20f155c556fd06d2cf721ab0620a0c5334b6ace4
|
||||
SHA1 (patch-af) = 84faece4f23af6d51aa8a87a28da2f5056101113
|
||||
|
|
13
wm/wmx/patches/patch-af
Normal file
13
wm/wmx/patches/patch-af
Normal file
|
@ -0,0 +1,13 @@
|
|||
$NetBSD: patch-af,v 1.1 2003/06/14 14:01:09 fredb Exp $
|
||||
|
||||
--- Menu.C.orig 2000-05-24 10:50:27.000000000 -0500
|
||||
+++ Menu.C
|
||||
@@ -621,7 +621,7 @@ void ClientMenu::raiseFeedbackLevel(int
|
||||
|
||||
|
||||
CommandMenu::CommandMenu(WindowManager *manager, XEvent *e,
|
||||
- char* otherdir = NULL)
|
||||
+ char* otherdir)
|
||||
: Menu(manager, e)
|
||||
{
|
||||
const char *home = getenv("HOME");
|
Loading…
Reference in a new issue