Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. damorrison

    Looking for .daemon

    I found an Apple/Darwin man page that shows the function as residing in libc - at least on that platform. I don't see it there (there is a function called .OKdaemon though) on my AIX system. So my questions is, if it is not in libc on AIX, where is it? Thanks! From the Apple/Darwin man page...
  2. damorrison

    Looking for .daemon

    On Solaris, the app explicitly declares the function: #if defined(SOLARIS) extern int daemon(int, int); /* defined in libresolv of all places */ #endif I don't see any such declaration for the other platforms - it must be in one of the standard header files. I can go ahead and add the...
  3. damorrison

    Looking for .daemon

    I'm new to AIX and am porting an app that was written for Linux and has already been ported to some other UNIX OSs. In the source code there is a call to "daemon (0,0) that is causing a link error (Undefined symbol: .daemon). Does anybody know where this exists in AIX? I've tried dumping out the...

Part and Inventory Search

Back
Top