From 807dc82a75c3d8362cad3f51034417e015d2943e Mon Sep 17 00:00:00 2001 From: Aaron Gyes Date: Fri, 1 Jul 2016 02:48:50 -0700 Subject: [PATCH] Rename things to avoid conflicts in headers Was breaking builds * ncurses.h: can declare `char *const key_name'. * netbsd term.h: has `newline', `lines' macros. --- share/functions/suspend.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/functions/suspend.fish b/share/functions/suspend.fish index 257ba4fdb..8d609dec1 100644 --- a/share/functions/suspend.fish +++ b/share/functions/suspend.fish @@ -9,7 +9,7 @@ function suspend -d "Suspend the current shell." # XXX not sure if this echo should be necessary, but without it, it seems # everything printf'd above will not get pushed back to stdout before the suspend echo "" - # XXX there always causes a zombie until one fg's when we do this: + # XXX always causes a zombie until one fg's when we do this: kill -STOP %self else echo 2>&1 "Refusing to suspend login shell."