os-solaris2.h
上传用户:tjescc
上传日期:2021-02-23
资源大小:419k
文件大小:2k
源码类别:

Telnet服务器

开发平台:

Unix_Linux

  1. /*
  2.  * Copyright (c) 1993, 1994, 1995, 1996, 1997
  3.  * The Regents of the University of California.  All rights reserved.
  4.  *
  5.  * Redistribution and use in source and binary forms, with or without
  6.  * modification, are permitted provided that: (1) source code distributions
  7.  * retain the above copyright notice and this paragraph in its entirety, (2)
  8.  * distributions including binary code include the above copyright notice and
  9.  * this paragraph in its entirety in the documentation or other materials
  10.  * provided with the distribution, and (3) all advertising materials mentioning
  11.  * features or use of this software display the following acknowledgement:
  12.  * ``This product includes software developed by the University of California,
  13.  * Lawrence Berkeley Laboratory and its contributors.'' Neither the name of
  14.  * the University nor the names of its contributors may be used to endorse
  15.  * or promote products derived from this software without specific prior
  16.  * written permission.
  17.  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
  18.  * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
  19.  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  20.  *
  21.  * @(#) $Header: /usr/local/cvs/nessus-libraries/libpcap-nessus/lbl/os-solaris2.h,v 1.1.1.1 1999/06/12 13:02:33 renaud Exp $ (LBL)
  22.  */
  23. /* Prototypes missing in SunOS 5 */
  24. int daemon(int, int);
  25. int dn_expand(const u_char *, const u_char *, const u_char *, char *, int);
  26. int dn_skipname(const u_char *, const u_char *);
  27. int flock(int, int);
  28. int getdtablesize(void);
  29. int gethostname(char *, int);
  30. int getpagesize(void);
  31. char *getusershell(void);
  32. char *getwd(char *);
  33. int iruserok(u_int, int, char *, char *);
  34. #ifdef __STDC__
  35. struct utmp;
  36. void login(struct utmp *);
  37. #endif
  38. int logout(const char *);
  39. int res_query(const char *, int, int, u_char *, int);
  40. int setenv(const char *, const char *, int);
  41. #if defined(_STDIO_H) && defined(HAVE_SETLINEBUF)
  42. int setlinebuf(FILE *);
  43. #endif
  44. int sigblock(int);
  45. int sigsetmask(int);
  46. char    *strerror(int);
  47. int snprintf(char *, size_t, const char *, ...);
  48. int strcasecmp(const char *, const char *);
  49. void unsetenv(const char *);
  50. #ifdef __STDC__
  51. struct timeval;
  52. #endif
  53. int utimes(const char *, struct timeval *);