mkfile.c (b3e7694832e81d7a904a10f525f8797b753bf0d3) mkfile.c (ef8abddf103d9dfd5660d50d15e6dbfbb2f47f62)
1/*-
2 * Copyright (c) 2001-2013
3 * HATANO Tomomi. 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

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

163
164 return 0;
165}
166
167int
168main(int argc, char *argv[])
169{
170 unsigned long long fsize;
1/*-
2 * Copyright (c) 2001-2013
3 * HATANO Tomomi. 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

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

163
164 return 0;
165}
166
167int
168main(int argc, char *argv[])
169{
170 unsigned long long fsize;
171 char ch;
171 int ch;
172
173 /* We have at least 2 arguments. */
174 if (argc < 3) {
175 usage();
176 return EXIT_FAILURE;
177 }
178
179 /* Options. */

--- 33 unchanged lines hidden ---
172
173 /* We have at least 2 arguments. */
174 if (argc < 3) {
175 usage();
176 return EXIT_FAILURE;
177 }
178
179 /* Options. */

--- 33 unchanged lines hidden ---