]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib: Remove an ancient prototype
authorVolker Lendecke <vl@samba.org>
Fri, 19 Sep 2025 20:50:13 +0000 (13:50 -0700)
committerVolker Lendecke <vl@samba.org>
Mon, 10 Nov 2025 13:29:30 +0000 (13:29 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Anoop C S <anoopcs@samba.org>
source3/include/smb.h

index 61c5963a02c8703b78e5f6e484f4c0b5a5c1dede..bd7abd7f36452a694bb35ebaf870b81dd0ddd3d7 100644 (file)
@@ -408,10 +408,6 @@ struct interface {
    otherwise NT will not honour the announce packets */
 #define MAX_SERVER_STRING_LENGTH 48
 
-#ifdef NOSTRDUP
-char *strdup(char *s);
-#endif
-
 #ifndef SELECT_CAST
 #define SELECT_CAST
 #endif