proc_compare.c (f5ace7753325777a33a2cc5b39a8936704759a84) proc_compare.c (6e547eabb804d199d43ff88ef8ed3dff8cfa61c0)
1/*-
2 * Copyright (c) 1990, 1993
3 * The Regents of the University of California. 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
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

35#if 0
36static char sccsid[] = "@(#)proc_compare.c 8.2 (Berkeley) 9/23/93";
37#endif
38static const char rcsid[] =
39 "$FreeBSD$";
40#endif /* not lint */
41
42#include <sys/param.h>
1/*-
2 * Copyright (c) 1990, 1993
3 * The Regents of the University of California. 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
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

35#if 0
36static char sccsid[] = "@(#)proc_compare.c 8.2 (Berkeley) 9/23/93";
37#endif
38static const char rcsid[] =
39 "$FreeBSD$";
40#endif /* not lint */
41
42#include <sys/param.h>
43#include <sys/lock.h>
43#include <sys/time.h>
44#include <sys/user.h>
45
46#include "extern.h"
47
48/*
49 * Returns 1 if p2 is "better" than p1
50 *

--- 74 unchanged lines hidden ---
44#include <sys/time.h>
45#include <sys/user.h>
46
47#include "extern.h"
48
49/*
50 * Returns 1 if p2 is "better" than p1
51 *

--- 74 unchanged lines hidden ---