Deleted Added
full compact
spx_debug.h (11819) spx_debug.h (11947)
1/*
2 * Copyright (c) 1995, Mike Mitchell
3 * Copyright (c) 1984, 1985, 1986, 1987, 1993
4 * The Regents of the University of California. 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
8 * are met:

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

59#endif
60
61#define SPX_NDEBUG 100
62struct spx_debug spx_debug[SPX_NDEBUG];
63int spx_debx;
64
65#ifdef KERNEL
66
1/*
2 * Copyright (c) 1995, Mike Mitchell
3 * Copyright (c) 1984, 1985, 1986, 1987, 1993
4 * The Regents of the University of California. 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
8 * are met:

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

59#endif
60
61#define SPX_NDEBUG 100
62struct spx_debug spx_debug[SPX_NDEBUG];
63int spx_debx;
64
65#ifdef KERNEL
66
67void spx_trace();
68
69extern char *prurequests[];
70extern char *sanames[];
71extern char *tcpstates[];
72
67extern char *prurequests[];
68extern char *sanames[];
69extern char *tcpstates[];
70
71#include <sys/cdefs.h>
72
73__BEGIN_DECLS
74void spx_trace __P((int act, int ostate, struct spxpcb *sp, struct spx *si, int req));
75__END_DECLS
76
73#endif
74
75#endif
77#endif
78
79#endif