diff options
Diffstat (limited to 'audio/oss/files/patch-cmd-osspartysh-osspartysh.c')
-rw-r--r-- | audio/oss/files/patch-cmd-osspartysh-osspartysh.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/oss/files/patch-cmd-osspartysh-osspartysh.c b/audio/oss/files/patch-cmd-osspartysh-osspartysh.c new file mode 100644 index 000000000000..b936e2e82570 --- /dev/null +++ b/audio/oss/files/patch-cmd-osspartysh-osspartysh.c @@ -0,0 +1,12 @@ +--- cmd/osspartysh/osspartysh.c.orig 2009-11-13 10:20:53.000000000 -0500 ++++ cmd/osspartysh/osspartysh.c 2010-01-19 13:31:23.000000000 -0500 +@@ -45,8 +45,8 @@ + #include <libutil.h> + #else + #include <pty.h> +-#endif + #include <utmp.h> ++#endif + #include <errno.h> + + #define PARTYSH_MAGIC "ParTySH" |