]> err.no Git - dpkg/commitdiff
s-s-d: Use __sun instead of __sparc__ to define OSsunos
authorErast Benson <erast@gnusolaris.org>
Sat, 15 Mar 2008 15:05:08 +0000 (17:05 +0200)
committerGuillem Jover <guillem@debian.org>
Sun, 16 Mar 2008 05:32:35 +0000 (07:32 +0200)
ChangeLog
THANKS
utils/start-stop-daemon.c

index 729b5e3e4fd1795f914cbbf23838ea0f8d803c70..7581f18a5fde6383456a145c640948418823677c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-03-15  Erast Benson  <erast@gnusolaris.org>
+
+       * utils/start-stop-daemon.c: Use __sun instead of __sparc__ to
+       define OSsunos.
+
 2008-03-15  Raphael Hertzog  <hertzog@debian.org>
 
        * debian/dpkg.prerm: Removed as it's empty.
diff --git a/THANKS b/THANKS
index a6edd73495a2d3a902e5653c4cc793987b2020cd..fe75eab0bc31e96cd78767876161b4212487d3d7 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -44,6 +44,7 @@ David Lopez Moreno <david.lopez.moreno@hispalinux.es>
 Denis Barbier <barbier@debian.org>
 Don Armstrong <don@debian.org>
 Eddy PetriČ™or <eddy.petrisor@gmail.com>
+Erast Benson <erast@gnusolaris.org>
 Erick Branderhorst <branderhorst@heel.fgg.eur.nl>
 Flavio Stanchina <flavio@stanchina.net>
 Frank S. Thomas <frank@thomas-alfeld.de>
index af534ddd96d0081fd3a3e3c541a8db191a99bc8d..c02bd6af736a6fb4d0b93736f188821c2d3c626f 100644 (file)
@@ -28,7 +28,7 @@
 #  define OSLinux
 #elif defined(__GNU__)
 #  define OSHURD
-#elif defined(__sparc__)
+#elif defined(__sun)
 #  define OSsunos
 #elif defined(OPENBSD) || defined(__OpenBSD__)
 #  define OSOpenBSD