strings.h -> string.h

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@143 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Björn Groenvall
1995-10-04 15:27:49 +00:00
parent 2d1c443ea0
commit 68ed8f1233
7 changed files with 7 additions and 7 deletions

View File

@@ -11,7 +11,7 @@ static char SccsId[] = "@(#)@(#)pop_get_command.c 2.1 2.1 3/18/91";
#include <stdio.h>
#include <sys/types.h>
#include <strings.h>
#include <string.h>
#include "popper.h"
/*

View File

@@ -11,7 +11,7 @@ static char SccsId[] = "@(#)@(#)pop_get_subcommand.c 2.1 2.1 3/18/91";
#include <stdio.h>
#include <sys/types.h>
#include <strings.h>
#include <string.h>
#include "popper.h"
/*

View File

@@ -11,7 +11,7 @@ static char SccsId[] = "@(#)@(#)pop_msg.c 2.1 2.1 3/18/91";
#include <stdio.h>
#include <sys/types.h>
#include <strings.h>
#include <string.h>
#if __STDC__
#include <stdarg.h>
#else

View File

@@ -11,7 +11,7 @@ static char SccsId[] = "@(#)@(#)pop_pass.c 2.3 2.3 4/2/91";
#include <stdio.h>
#include <sys/types.h>
#include <strings.h>
#include <string.h>
#include <pwd.h>
#include "popper.h"

View File

@@ -11,7 +11,7 @@ static char SccsId[] = "@(#)@(#)pop_send.c 2.1 2.1 3/18/91";
#include <stdio.h>
#include <sys/types.h>
#include <strings.h>
#include <string.h>
#include "popper.h"
/*

View File

@@ -12,7 +12,7 @@ static char SccsId[] = "@(#)@(#)pop_updt.c 2.3 2.3 3/20/91";
#include <errno.h>
#include <stdio.h>
#include <sys/types.h>
#include <strings.h>
#include <string.h>
#include <sys/stat.h>
#include <sys/file.h>
#include "popper.h"

View File

@@ -11,7 +11,7 @@ static char SccsId[] = "@(#)@(#)pop_user.c 2.1 2.1 3/18/91";
#include <stdio.h>
#include <sys/types.h>
#include <strings.h>
#include <string.h>
#include "popper.h"
/*