main.c (b70cd7ee6822a6f7ec2d120c14db0625ddd9e024) | main.c (d397408818fbfa179246fb327659e3fb29ffff31) |
---|---|
1/* 2 * Copyright (C) 1995 Wolfgang Solfrank 3 * Copyright (c) 1995 Martin Husemann 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 --- 45 unchanged lines hidden (view full) --- 54int preen; /* set when preening */ 55int rdonly; /* device is opened read only (supersedes above) */ 56 57static void usage(void) __dead2; 58 59static void 60usage() 61{ | 1/* 2 * Copyright (C) 1995 Wolfgang Solfrank 3 * Copyright (c) 1995 Martin Husemann 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 --- 45 unchanged lines hidden (view full) --- 54int preen; /* set when preening */ 55int rdonly; /* device is opened read only (supersedes above) */ 56 57static void usage(void) __dead2; 58 59static void 60usage() 61{ |
62 errexit("Usage: fsck_msdos [-fnpy] filesystem ... \n"); | 62 errexit("usage: fsck_msdos [-fnpy] filesystem ... \n"); |
63} 64 65int 66main(int argc, char **argv) 67{ 68 int ret = 0, erg; 69 int ch; 70 --- 81 unchanged lines hidden --- | 63} 64 65int 66main(int argc, char **argv) 67{ 68 int ret = 0, erg; 69 int ch; 70 --- 81 unchanged lines hidden --- |