]> granicus.if.org Git - sudo/commitdiff
Remove obsolete solaris issue with snprintf
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 17 Nov 2016 15:11:01 +0000 (08:11 -0700)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 17 Nov 2016 15:11:01 +0000 (08:11 -0700)
doc/TROUBLESHOOTING

index 1f2e7fbff52bd0c4a31bb0e4ad9b0b63a96df2c4..6ec6b8cb83928dc98a64a04718a1929553561724 100644 (file)
@@ -169,15 +169,6 @@ A) configure caches the results of its tests in a file called
    Note that "make realclean" will also remove any object files
    and configure temp files that are laying around as well.
 
-Q) I built sudo on a Solaris >= 2.6 machine but the resulting binary
-   doesn't work on Solaris <= 2.5.1.  Why?
-A) Starting with Solaris 2.6, snprintf(3) is included in the standard
-   C library.  To build a version of sudo on a >= 2.6 machine that
-   will run on a <= 2.5.1 machine, edit config.h and comment out the lines:
-       #define HAVE_SNPRINTF 1
-       #define HAVE_VSNPRINTF 1
-   and run make.
-
 Q) I built sudo on a Solaris 11 (or higher) machine but the resulting
    binary doesn't work older Solaris versions.  Why?