solaris.hh (8808:8af87554ad7e) solaris.hh (11907:48a3d32da9d8)
1/*
2 * Copyright (c) 2004-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 100 unchanged lines hidden (view full) ---

109 typedef struct utsname {
110 char sysname[_SYS_NMLN]; //!< System name.
111 char nodename[_SYS_NMLN]; //!< Node name.
112 char release[_SYS_NMLN]; //!< OS release.
113 char version[_SYS_NMLN]; //!< OS version.
114 char machine[_SYS_NMLN]; //!< Machine type.
115 } utsname;
116
1/*
2 * Copyright (c) 2004-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 100 unchanged lines hidden (view full) ---

109 typedef struct utsname {
110 char sysname[_SYS_NMLN]; //!< System name.
111 char nodename[_SYS_NMLN]; //!< Node name.
112 char release[_SYS_NMLN]; //!< OS release.
113 char version[_SYS_NMLN]; //!< OS version.
114 char machine[_SYS_NMLN]; //!< Machine type.
115 } utsname;
116
117 // for *at syscalls
118 static const int TGT_AT_FDCWD = -100;
119
117}; // class Solaris
118
119#endif // __SOLARIS_HH__
120}; // class Solaris
121
122#endif // __SOLARIS_HH__