X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/blobdiff_plain/51f1e7024fd6e7881a0a713868d67861ba97fbfb..4834571d2b8116cdc3e2d6b04ccd35d5ea484f6f:/openssh/openbsd-compat/getopt.c diff --git a/openssh/openbsd-compat/getopt.c b/openssh/openbsd-compat/getopt.c index 2136fbf..5450e43 100644 --- a/openssh/openbsd-compat/getopt.c +++ b/openssh/openbsd-compat/getopt.c @@ -27,6 +27,8 @@ * SUCH DAMAGE. */ +/* OPENBSD ORIGINAL: lib/libc/stdlib/getopt.c */ + #include "includes.h" #if !defined(HAVE_GETOPT) || !defined(HAVE_GETOPT_OPTRESET)