Index: head/x11-wm/afterstep/files/patch-functions.c =================================================================== --- head/x11-wm/afterstep/files/patch-functions.c (nonexistent) +++ head/x11-wm/afterstep/files/patch-functions.c (revision 533975) @@ -0,0 +1,11 @@ +--- afterstep/functions.c.orig 1997-04-26 12:50:08 UTC ++++ afterstep/functions.c +@@ -1257,7 +1257,7 @@ void Shade(ASWindow *tmp_win) + tmp_win->flags |= SHADED; + + /* can't shade a window with no titlebar */ +- if (!tmp_win->flags & TITLE) return; ++ if ((!tmp_win->flags) & TITLE) return; + + #ifdef SHADE_ANIMATION + XLowerWindow(dpy, tmp_win->w); Property changes on: head/x11-wm/afterstep/files/patch-functions.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-wm/afterstep/files/patch-hostname.c =================================================================== --- head/x11-wm/afterstep/files/patch-hostname.c (nonexistent) +++ head/x11-wm/afterstep/files/patch-hostname.c (revision 533975) @@ -0,0 +1,10 @@ +--- lib/hostname.c.orig 1996-08-21 14:23:34 UTC ++++ lib/hostname.c +@@ -3,6 +3,7 @@ + #if HAVE_UNAME + /* define mygethostname() by using uname() */ + ++#include + #include + + int mygethostname(char *client, int length) Property changes on: head/x11-wm/afterstep/files/patch-hostname.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-wm/afterstep/files/patch-mystrcasecmp.c =================================================================== --- head/x11-wm/afterstep/files/patch-mystrcasecmp.c (nonexistent) +++ head/x11-wm/afterstep/files/patch-mystrcasecmp.c (revision 533975) @@ -0,0 +1,10 @@ +--- lib/mystrcasecmp.c.orig 1996-08-21 14:23:34 UTC ++++ lib/mystrcasecmp.c +@@ -1,6 +1,7 @@ + #include + #include + #include ++#include + + int mystrcasecmp(char *s1,char *s2) + { Property changes on: head/x11-wm/afterstep/files/patch-mystrcasecmp.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-wm/afterstep/files/patch-wild.c =================================================================== --- head/x11-wm/afterstep/files/patch-wild.c (nonexistent) +++ head/x11-wm/afterstep/files/patch-wild.c (revision 533975) @@ -0,0 +1,8 @@ +--- lib/wild.c.orig 1997-03-08 14:34:30 UTC ++++ lib/wild.c +@@ -1,4 +1,5 @@ + #include ++#include + + #ifndef TRUE + #define TRUE 1 Property changes on: head/x11-wm/afterstep/files/patch-wild.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property