diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2004-07-10 17:37:31 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2004-07-10 17:37:31 +0000 |
commit | b238fbd67c984bf4cdfdb1163d710ca9bf8baad7 (patch) | |
tree | 866ccf95719587f8f2bb9ab59ba815dfc85bc64c /media-libs/nas/files | |
parent | Marked -amd64, this is ix86 specific. (diff) | |
download | historical-b238fbd67c984bf4cdfdb1163d710ca9bf8baad7.tar.gz historical-b238fbd67c984bf4cdfdb1163d710ca9bf8baad7.tar.bz2 historical-b238fbd67c984bf4cdfdb1163d710ca9bf8baad7.zip |
Oops, sorry. There's been an "$ID$" in there.
Diffstat (limited to 'media-libs/nas/files')
-rw-r--r-- | media-libs/nas/files/nas-1.6c-header.patch | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/media-libs/nas/files/nas-1.6c-header.patch b/media-libs/nas/files/nas-1.6c-header.patch index 1e94821a438e..dae7bcc6bfd0 100644 --- a/media-libs/nas/files/nas-1.6c-header.patch +++ b/media-libs/nas/files/nas-1.6c-header.patch @@ -1,10 +1,10 @@ ---- server/dia/main.c.orig 2004-07-10 16:26:02.392580536 +0200 -+++ server/dia/main.c 2004-07-10 16:26:18.304161608 +0200 -@@ -51,6 +51,7 @@ - * $Id: nas-1.6c-header.patch,v 1.1 2004/07/10 15:02:32 kugelfang Exp $ - */ - +--- server/dia/main.c.orig 2004-07-10 19:36:15.429535192 +0200 ++++ server/dia/main.c 2004-07-10 19:36:38.645005904 +0200 +@@ -64,6 +64,7 @@ + #include "site.h" + #include "globals.h" + #include "nasconf.h" +#include <stdlib.h> - #include <stdio.h> - #include <audio/audio.h> - #include <audio/Aproto.h> + + extern void OsInit(), InitClient(), ResetWellKnownSockets(), + Dispatch(), FreeAllResources(); |