]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Import of code from heimdal
authorHeimdal Developers <heimdal-discuss@sics.se>
Wed, 24 Nov 2010 10:35:48 +0000 (10:35 +0000)
committerJeffrey Altman <jaltman@openafs.org>
Wed, 24 Nov 2010 10:37:07 +0000 (02:37 -0800)
This commit updates the code imported from heimdal to
9fc90e01b55966b6a3e5a161b4806a5171af789d (switch-from-svn-to-git-1704-g9fc90e0)

Upstream changes are:

Simon Wilkinson (1):
      roken: Remove multiple prototype for hstrerror

Change-Id: I74c269b37f1b4c39db7de770d56247198c295dfe
Reviewed-on: http://gerrit.openafs.org/3381
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
src/external/heimdal-last
src/external/heimdal/roken/roken.h.in

index 61ca17713a518d47ca333f932890b94917417074..0d5ddb286ea1702138d928621bf41aef6ebc1924 100644 (file)
@@ -1 +1 @@
-f317b91b1b4b8d030fc2ab188b6aa526e9e7cb84
+9fc90e01b55966b6a3e5a161b4806a5171af789d
index 755d8f8e6e22d89aa22f3c47afce442c5ca09fbf..41e33f043bb0f5cc047247c42849b67b8602957a 100644 (file)
@@ -544,7 +544,6 @@ int ROKEN_LIB_FUNCTION rk_strerror_r(int, char *, size_t);
 #endif
 /* This causes a fatal error under Psoriasis */
 #ifndef SunOS
-const char * ROKEN_LIB_FUNCTION hstrerror(int);
 ROKEN_LIB_FUNCTION const char * ROKEN_LIB_CALL hstrerror(int);
 #endif
 #endif