Deleted Added
sdiff udiff text old ( 6341:46819ffe2778 ) new ( 6395:05f1d2cd7e9e )
full compact
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
3 * Copyright (c) 2007-2008 The Florida State University
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met: redistributions of source code must retain the above copyright

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

118 TGT_RLIMIT_AS = 6,
119 TGT_RLIMIT_RSS = 7,
120 TGT_RLIMIT_VMEM = 7,
121 TGT_RLIMIT_NPROC = 8,
122 TGT_RLIMIT_MEMLOCK = 9,
123 TGT_RLIMIT_LOCKS = 10
124 };
125
126};
127
128#endif