Deleted Added
full compact
globs.c (260076) globs.c (260178)
1/*
2 * Copyright (c) 1980, 1986, 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

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

34 The Regents of the University of California. All rights reserved.\n";
35#endif /* not lint */
36
37#ifndef lint
38static char sccsid[] = "@(#)main.c 8.6 (Berkeley) 5/14/95";
39#endif /* not lint */
40#endif
41#include <sys/cdefs.h>
1/*
2 * Copyright (c) 1980, 1986, 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

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

34 The Regents of the University of California. All rights reserved.\n";
35#endif /* not lint */
36
37#ifndef lint
38static char sccsid[] = "@(#)main.c 8.6 (Berkeley) 5/14/95";
39#endif /* not lint */
40#endif
41#include <sys/cdefs.h>
42__FBSDID("$FreeBSD: head/sbin/fsck_ffs/globs.c 260076 2013-12-30 05:02:57Z scottl $");
42__FBSDID("$FreeBSD: stable/10/sbin/fsck_ffs/globs.c 260178 2014-01-02 01:44:14Z scottl $");
43
44#include <sys/param.h>
45#include <ufs/ufs/dinode.h>
46#include <ufs/ffs/fs.h>
47#include <string.h>
48#include "fsck.h"
49
50long readcnt[BT_NUMBUFTYPES];

--- 115 unchanged lines hidden ---
43
44#include <sys/param.h>
45#include <ufs/ufs/dinode.h>
46#include <ufs/ffs/fs.h>
47#include <string.h>
48#include "fsck.h"
49
50long readcnt[BT_NUMBUFTYPES];

--- 115 unchanged lines hidden ---