Deleted Added
sdiff udiff text old ( 244346 ) new ( 251245 )
full compact
1/* $FreeBSD: head/usr.bin/sort/sort.h 244346 2012-12-17 09:36:43Z gabor $ */
2
3/*-
4 * Copyright (C) 2009 Gabor Kovesdan <gabor@FreeBSD.org>
5 * Copyright (C) 2012 Oleg Moskalenko <oleg.moskalenko@citrix.com>
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions
10 * are met:
11 * 1. Redistributions of source code must retain the above copyright
12 * notice, this list of conditions and the following disclaimer.
13 * 2. Redistributions in binary form must reproduce the above copyright

--- 115 unchanged lines hidden ---