Deleted Added
full compact
cpdir.c (20253) cpdir.c (20267)
1/*-
2 * Copyright (c) 1996 by David L. Nugent <davidn@blaze.net.au>.
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

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

111 }
112 }
113 if (--counter == 0 && copybuf != NULL) {
114 free(copybuf);
115 copybuf = NULL;
116 }
117 }
118}
1/*-
2 * Copyright (c) 1996 by David L. Nugent <davidn@blaze.net.au>.
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

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

111 }
112 }
113 if (--counter == 0 && copybuf != NULL) {
114 free(copybuf);
115 copybuf = NULL;
116 }
117 }
118}
119