diff options
Diffstat (limited to 'x11-wm/afterstep-stable/files/patch-libAfterStep-functions.c')
-rw-r--r-- | x11-wm/afterstep-stable/files/patch-libAfterStep-functions.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11-wm/afterstep-stable/files/patch-libAfterStep-functions.c b/x11-wm/afterstep-stable/files/patch-libAfterStep-functions.c new file mode 100644 index 000000000000..ddd1d223c8a7 --- /dev/null +++ b/x11-wm/afterstep-stable/files/patch-libAfterStep-functions.c @@ -0,0 +1,13 @@ +$FreeBSD$ + +--- libAfterStep/functions.c.orig 2014-04-12 10:22:40.000000000 -0700 ++++ libAfterStep/functions.c 2014-04-11 06:32:05.000000000 -0700 +@@ -307,7 +307,7 @@ + } + } + +-inline FunctionData *create_named_function (int func, char *name) ++FunctionData *create_named_function (int func, char *name) + { + FunctionData *fdata = safecalloc (1, sizeof (FunctionData)); + |