diff options
author | ryoon <ryoon@pkgsrc.org> | 2011-08-04 18:48:16 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2011-08-04 18:48:16 +0000 |
commit | b62ccd5d51740d8ca9cdeeeb60fa5078c73639f6 (patch) | |
tree | 6ef2953e58beeb2724c0c7e179d209c65ce5c309 /emulators/qemu/patches | |
parent | 1199feefcaa4512605ceaa8e5e18a6dee93b7486 (diff) | |
download | pkgsrc-b62ccd5d51740d8ca9cdeeeb60fa5078c73639f6.tar.gz |
Add comment to patch.
Diffstat (limited to 'emulators/qemu/patches')
-rw-r--r-- | emulators/qemu/patches/patch-ioport.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/qemu/patches/patch-ioport.c b/emulators/qemu/patches/patch-ioport.c index 0277fb879d6..9e39d84c400 100644 --- a/emulators/qemu/patches/patch-ioport.c +++ b/emulators/qemu/patches/patch-ioport.c @@ -1,4 +1,6 @@ -$NetBSD: patch-ioport.c,v 1.2 2011/08/04 12:20:54 ryoon Exp $ +$NetBSD: patch-ioport.c,v 1.3 2011/08/04 18:48:17 ryoon Exp $ + +* Avoid conflicts with SSP read() macro in NetBSD's <ssp/unistd.h> --- ioport.c.orig 2011-05-06 19:01:44.000000000 +0000 +++ ioport.c |