Deleted Added
sdiff udiff text old ( 4111:65fffcb4fae9 ) new ( 4117:2807cee7b892 )
full compact
1/*
2 * Copyright (c) 2001-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;

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

295
296////////////////////////////////////////////////////////////////////////
297//
298// LiveProcess member definitions
299//
300////////////////////////////////////////////////////////////////////////
301
302
303LiveProcess::LiveProcess(const string &nm, ObjectFile *_objFile,
304 System *_system,
305 int stdin_fd, int stdout_fd, int stderr_fd,
306 vector<string> &_argv, vector<string> &_envp,
307 const string &_cwd,
308 uint64_t _uid, uint64_t _euid,
309 uint64_t _gid, uint64_t _egid,
310 uint64_t _pid, uint64_t _ppid)

--- 272 unchanged lines hidden ---