Deleted Added
full compact
ibcs2_util.h (14464) ibcs2_util.h (20652)
1
2/*
3 * Copyright (c) 1994 Christos Zoulas
4 * Copyright (c) 1995 Frank van der Linden
5 * Copyright (c) 1995 Scott Bartram
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without

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

85 char **, int));
86
87#define CHECKALTEXIST(p, sgp, path) \
88 ibcs2_emul_find(p, sgp, ibcs2_emul_path, path, &(path), 0)
89
90#define CHECKALTCREAT(p, sgp, path) \
91 ibcs2_emul_find(p, sgp, ibcs2_emul_path, path, &(path), 1)
92
1
2/*
3 * Copyright (c) 1994 Christos Zoulas
4 * Copyright (c) 1995 Frank van der Linden
5 * Copyright (c) 1995 Scott Bartram
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without

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

85 char **, int));
86
87#define CHECKALTEXIST(p, sgp, path) \
88 ibcs2_emul_find(p, sgp, ibcs2_emul_path, path, &(path), 0)
89
90#define CHECKALTCREAT(p, sgp, path) \
91 ibcs2_emul_find(p, sgp, ibcs2_emul_path, path, &(path), 1)
92
93#ifdef SPX_HACK
94int spx_open __P((struct proc *p, void *uap, int *retval));
95#endif
96
93#endif /* !_IBCS2_UTIL_H_ */
97#endif /* !_IBCS2_UTIL_H_ */