ldconfig.c (8d646af581627781d0f44bd773f64304834dd2e7) | ldconfig.c (6efabadaeff5d5e17d55973d9c57ea7d3529a86d) |
---|---|
1/* 2 * Copyright (c) 1993,1995 Paul Kranenburg 3 * 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 --- 212 unchanged lines hidden (view full) --- 221 222 return rval; 223} 224 225static void 226usage() 227{ 228 fprintf(stderr, | 1/* 2 * Copyright (c) 1993,1995 Paul Kranenburg 3 * 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 --- 212 unchanged lines hidden (view full) --- 221 222 return rval; 223} 224 225static void 226usage() 227{ 228 fprintf(stderr, |
229 "usage: ldconfig [-aout | -elf] [-Rimrsv] [-f hints_file] [directory | file ...]\n"); | 229 "usage: ldconfig [-32] [-aout | -elf] [-Rimrsv] [-f hints_file] [directory | file ...]\n"); |
230 exit(1); 231} 232 233int 234dofile(fname, silent) 235char *fname; 236int silent; 237{ --- 403 unchanged lines hidden --- | 230 exit(1); 231} 232 233int 234dofile(fname, silent) 235char *fname; 236int silent; 237{ --- 403 unchanged lines hidden --- |