Bladeren bron

On solaris bcopy and some other useful functions are declared in strings.h.

master
Richard Nyberg 15 jaren geleden
bovenliggende
commit
06bd2a1a21
7 gewijzigde bestanden met toevoegingen van 7 en 0 verwijderingen
  1. +1
    -0
      btpd/btpd.h
  2. +1
    -0
      cli/btcli.h
  3. +1
    -0
      misc/benc.c
  4. +1
    -0
      misc/http_client.c
  5. +1
    -0
      misc/iobuf.c
  6. +1
    -0
      misc/metainfo.c
  7. +1
    -0
      misc/subr.c

+ 1
- 0
btpd/btpd.h Bestand weergeven

@@ -23,6 +23,7 @@
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <strings.h>
#include <unistd.h> #include <unistd.h>


#include <benc.h> #include <benc.h>


+ 1
- 0
cli/btcli.h Bestand weergeven

@@ -10,6 +10,7 @@
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <strings.h>
#include <unistd.h> #include <unistd.h>


#include "btpd_if.h" #include "btpd_if.h"


+ 1
- 0
misc/benc.c Bestand weergeven

@@ -5,6 +5,7 @@
#include <stdarg.h> #include <stdarg.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <strings.h>


#include "benc.h" #include "benc.h"
#include "subr.h" #include "subr.h"


+ 1
- 0
misc/http_client.c Bestand weergeven

@@ -5,6 +5,7 @@
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <strings.h>
#include <unistd.h> #include <unistd.h>


#include "iobuf.h" #include "iobuf.h"


+ 1
- 0
misc/iobuf.c Bestand weergeven

@@ -4,6 +4,7 @@
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <strings.h>


#include "iobuf.h" #include "iobuf.h"
#include "subr.h" #include "subr.h"


+ 1
- 0
misc/metainfo.c Bestand weergeven

@@ -4,6 +4,7 @@
#include <inttypes.h> #include <inttypes.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <strings.h>


#include <openssl/sha.h> #include <openssl/sha.h>




+ 1
- 0
misc/subr.c Bestand weergeven

@@ -11,6 +11,7 @@
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <strings.h>
#include <unistd.h> #include <unistd.h>


void * void *


Laden…
Annuleren
Opslaan