View | Details | Raw Unified | Return to bug 235946 | Differences between
and this patch

Collapse All | Expand All

(-)b/usr.bin/column/column.c (+5 lines)
Lines 60-65 __FBSDID("$FreeBSD$"); Link Here
60
60
61
#define	TAB	8
61
#define	TAB	8
62
62
63
/*
64
 * Note that c_columnate() and r_columnate() are misleadingly named: the former
65
 * fills *rows* first and the latter fills *columns* first. The original names
66
 * are kept here only for historical reasons.
67
 */
63
static void	c_columnate(void);
68
static void	c_columnate(void);
64
static void	input(FILE *);
69
static void	input(FILE *);
65
static void	maketbl(void);
70
static void	maketbl(void);

Return to bug 235946